home *** CD-ROM | disk | FTP | other *** search
- object DCMiniMessageBoxForm: TDCMiniMessageBoxForm
- Left = 521
- Top = 477
- Width = 525
- Height = 152
- BorderIcons = []
- Caption = 'Form'
- Color = clBtnFace
- Constraints.MinWidth = 400
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- FormStyle = fsStayOnTop
- OldCreateOrder = False
- Position = poMainFormCenter
- DesignSize = (
- 517
- 125)
- PixelsPerInch = 96
- TextHeight = 13
- object OkButton: TBitBtn
- Left = 206
- Top = 89
- Width = 137
- Height = 25
- Anchors = [akBottom]
- Caption = '&OK'
- TabOrder = 0
- OnClick = OkButtonClick
- end
- object MemoInfo: TMemo
- Left = 9
- Top = 8
- Width = 499
- Height = 69
- TabStop = False
- Anchors = [akLeft, akTop, akRight, akBottom]
- BevelInner = bvNone
- BevelOuter = bvNone
- BorderStyle = bsNone
- Color = clBtnFace
- ReadOnly = True
- TabOrder = 1
- end
- end
-